Automatically Assigning Platform `ios` With Version `9 0

[Solved] Automatically Assigning Platform `ios` With Version `9 0 | Swift - Code Explorer | yomemimo.com
Question : [!] Automatically assigning platform `iOS` with version `9.0

Answered by : hurt-hamster-i8twdvzwwf9q

Go to your pod file in your flutter project/ios
uncomment: # platform :ios, '9.0'
Should look like this
platform :ios, '9.0'

Source : | Last Update : Tue, 07 Dec 21

Answers related to automatically assigning platform `ios` with version `9 0

Code Explorer Popular Question For Swift